type runtime.unwindFlags

6 uses

	runtime (current package)
		traceback.go#L37: type unwindFlags uint8
		traceback.go#L52: 	unwindPrintErrors unwindFlags = 1 << iota
		traceback.go#L114: 	flags unwindFlags
		traceback.go#L124: func (u *unwinder) init(gp *g, flags unwindFlags) {
		traceback.go#L134: func (u *unwinder) initAt(pc0, sp0, lr0 uintptr, gp *g, flags unwindFlags) {
		traceback.go#L843: func traceback1(pc, sp, lr uintptr, gp *g, flags unwindFlags) {